home *** CD-ROM | disk | FTP | other *** search
/ Mastering Public Speaking / Mastering Public Speaking.iso / pc / Click Here.exe / Click Here.dxr / make(3)_501_bs_centered.swf / scripts / DefineButton2_12 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2003-05-13  |  68 b   |  5 lines

  1. on(press){
  2.    _root.LastClicked = this;
  3.    startDrag(this,1);
  4. }
  5.